FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package nictiz.fhir.nl.r4.zib2020#0.10.0-beta.1 (78 ms)

Package nictiz.fhir.nl.r4.zib2020
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.zib2020@0.10.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/zib-Payer-Organization
Url http://nictiz.nl/fhir/StructureDefinition/zib-Payer-Organization
Status draft
Name ZibPayerOrganization
Title zib Payer Organization
Experimental False
Realm nl
Description Payers are organizations or individuals that pay for the healthcare supplied to the patient. These organizations or individuals can be: facilities or people who financially guarantee or who are responsible for the patient (such as parents or guardians of minors), organizations with direct financial responsibility, combinations of these or the patient themselves.
Purpose This Organization resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Payer v3.1.1 (2020)](https://zibs.nl/wiki/Payer-v3.1.1(2020EN)).
Copyright Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
Type Organization
Kind resource

Resources that use this resource

StructureDefinition
http://nictiz.nl/fhir/StructureDefinition/nl-core-Payer-Organization nl core Payer Organization
http://nictiz.nl/fhir/StructureDefinition/zib-Payer.InsuranceCompany zib Payer.InsuranceCompany
http://nictiz.nl/fhir/StructureDefinition/zib-Payer.PayerPerson zib Payer.PayerPerson

Resources that this resource uses

StructureDefinition
http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation zib AddressInformation
http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-EmailAddresses zib ContactInformation EmailAddresses
http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelephoneNumbers zib ContactInformation TelephoneNumbers


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "zib-Payer-Organization",
  "url" : "http://nictiz.nl/fhir/StructureDefinition/zib-Payer-Organization",
  "name" : "ZibPayerOrganization",
  "title" : "zib Payer Organization",
  "status" : "draft",
  "publisher" : "Nictiz",
  "contact" : [
    {
      "name" : "Nictiz",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nictiz.nl",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Payers are organizations or individuals that pay for the healthcare supplied to the patient. These organizations or individuals can be: facilities or people who financially guarantee or who are responsible for the patient (such as parents or guardians of minors), organizations with direct financial responsibility, combinations of these or the patient themselves.",
  "purpose" : "This Organization resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Payer v3.1.1 (2020)](https://zibs.nl/wiki/Payer-v3.1.1(2020EN)).",
  "copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "zib-payer-v3.1.1-2020EN",
      "uri" : "https://zibs.nl/wiki/Payer-v3.1.1(2020EN)",
      "name" : "zib Payer-v3.1.1(2020EN)"
    }
  ],
  "kind" : "resource",
  "abstract" : true,
  "type" : "Organization",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Organization",
        "path" : "Organization",
        "short" : "InsuranceCompany",
        "comment" : "The zib Payer is split into two focal profiles on Coverage based on the PayerPerson and InsuranceCompany containers. These profiles can refer to respectively an Organization as PayerPerson or an InsuranceCompany. This profile can thus represent either the PayerName or InsuranceCompany concept and both the AddressInformation and ContactInformation concepts of the zib.",
        "alias" : [
          "Verzekeraar"
        ],
        "mapping" : [
          {
            "identity" : "zib-payer-v3.1.1-2020EN",
            "map" : "NL-CM:1.1.3",
            "comment" : "InsuranceCompany"
          }
        ]
      },
      {
        "id" : "Organization.identifier",
        "path" : "Organization.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Organization.identifier:uzovi",
        "path" : "Organization.identifier",
        "sliceName" : "uzovi",
        "short" : "IdentificationNumber",
        "definition" : "Unique healthcare insurance company identification (the UZOVI number).",
        "alias" : [
          "IdentificatieNummer"
        ],
        "max" : "1",
        "patternIdentifier" : {
          "system" : "http://fhir.nl/fhir/NamingSystem/uzovi"
        },
        "mapping" : [
          {
            "identity" : "zib-payer-v3.1.1-2020EN",
            "map" : "NL-CM:1.1.7",
            "comment" : "IdentificationNumber"
          }
        ]
      },
      {
        "id" : "Organization.name",
        "path" : "Organization.name",
        "short" : "OrganizationName / PayerName",
        "definition" : "Full, official name of the healthcare insurance company or paying organization. If the UZOVI number is entered as an identification number, this will be the name as listed in the UZOVI register and the name which is returned in the Check for Right to Insurance (COV).",
        "alias" : [
          "OrganisatieNaam",
          "BetalerNaam"
        ],
        "mapping" : [
          {
            "identity" : "zib-payer-v3.1.1-2020EN",
            "map" : "NL-CM:1.1.16",
            "comment" : "OrganizationName"
          },
          {
            "identity" : "zib-payer-v3.1.1-2020EN",
            "map" : "NL-CM:1.1.5",
            "comment" : "PayerName"
          }
        ]
      },
      {
        "id" : "Organization.telecom",
        "path" : "Organization.telecom",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "short" : "ContactInformation",
        "definition" : "The payer’s telephone number and/or e-mail address.",
        "alias" : [
          "Contactgegevens"
        ],
        "mapping" : [
          {
            "identity" : "zib-payer-v3.1.1-2020EN",
            "map" : "NL-CM:1.1.12",
            "comment" : "ContactInformation"
          }
        ]
      },
      {
        "id" : "Organization.telecom:telephoneNumbers",
        "path" : "Organization.telecom",
        "sliceName" : "telephoneNumbers",
        "type" : [
          {
            "code" : "ContactPoint",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelephoneNumbers"
            ]
          }
        ]
      },
      {
        "id" : "Organization.telecom:emailAddresses",
        "path" : "Organization.telecom",
        "sliceName" : "emailAddresses",
        "type" : [
          {
            "code" : "ContactPoint",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-EmailAddresses"
            ]
          }
        ]
      },
      {
        "id" : "Organization.address",
        "path" : "Organization.address",
        "definition" : "The payer’s address information.",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation"
            ]
          }
        ],
        "mapping" : [
          {
            "identity" : "zib-payer-v3.1.1-2020EN",
            "map" : "NL-CM:1.1.17",
            "comment" : "AddressInformation"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.